home *** CD-ROM | disk | FTP | other *** search
/ Java Interactive Reference Guide / Java Interactive Reference Guide.iso / autorun / java_d.dir / 00112_Field_8.txt < prev    next >
Text File  |  1980-01-11  |  475b  |  13 lines

  1. Overview of JavaScript Statements
  2.  
  3.  
  4.  
  5. JavaScript supports a compact set of statements that nevertheless enables you to incorporate a great deal of interactivity in web pages. 
  6.  
  7. ΓÇóVariable Declaration / Assignment ΓÇóFunction Definition ΓÇóConditionals ΓÇóLoops 
  8. ΓÇófor loop ΓÇówhile loop ΓÇófor...in loop ΓÇóbreak and continue statements 
  9. ΓÇówith statement ΓÇóComments 
  10.  
  11.  
  12.  
  13. Further overview information TBD. Refer to statements reference for specific information.